Click or drag to resize

HeaderItem Property (String)

Gets or sets the value associated with the specified header key. In C#, this property is the indexer for the Header class.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string this[
	string headerKey
] { get; set; }

Parameters

headerKey
Type: SystemString

Property Value

Type: String
See Also